The Dreamweaver JavaScript API > Window functions > dreamweaver.toggleFloater() |
![]() ![]() ![]() |
Availability
Dreamweaver 3.0
Description
Shows, hides, or brings to the front the specified panel or inspector.
Note: This function is meaningful only in the menus.xml file. To show, bring forward, or hide a floating panel, use dw.setFloaterVisibility().
Arguments
floaterName
floaterName
is the name of the window. If the floating panel name is reference
, the visible/invisible state of the Reference panel can be updated by the user's selection in the Code view. All other panels track the selection all the time, but the Reference panel tracks the selection in the Code View only when the user invokes tracking.
Returns
Nothing.
Enabler
None.
![]() ![]() ![]() |